projects
/
project
/
bcm63xx
/
atf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
055b7e9
)
Tegra: Fix typo in comment
author
Andreas Färber
<
[email protected]
>
Sun, 16 Jun 2019 22:06:43 +0000
(
00:06
+0200)
committer
Andreas Färber
<
[email protected]
>
Thu, 20 Jun 2019 09:34:14 +0000
(11:34 +0200)
initilise -> initialise
Signed-off-by: Andreas Färber <
[email protected]
>
Change-Id: Ib129e6bd48623b6565b669bc674208893a2f7668
plat/nvidia/tegra/common/tegra_bl31_setup.c
patch
|
blob
|
history
diff --git
a/plat/nvidia/tegra/common/tegra_bl31_setup.c
b/plat/nvidia/tegra/common/tegra_bl31_setup.c
index 4d406683c0107a0f77365e88191bd96f85c89341..a9d037f19772844481eef4e9c71137249528a27e 100644
(file)
--- a/
plat/nvidia/tegra/common/tegra_bl31_setup.c
+++ b/
plat/nvidia/tegra/common/tegra_bl31_setup.c
@@
-207,7
+207,7
@@
void bl31_early_platform_setup2(u_register_t arg0, u_register_t arg1,
/*
* The previous bootloader passes the base address of the shared memory
* location to store the boot profiler logs. Sanity check the
- * address and initilise the profiler library, if it looks ok.
+ * address and initi
a
lise the profiler library, if it looks ok.
*/
if (plat_params->boot_profiler_shmem_base != 0ULL) {